Skip to content
  • 0 Votes
    2 Posts
    777 Views
    M
    After some more code digging and experiments I can answer my own question. A theme is a normal plugin and as such does not inherit any behavior from other plugins. So you need to copy everything you need from the base theme library.js to your child theme. And of course, you need to declare client scripts explicitly. Loading of missing templates from base theme is the only link between the base and the child theme.
  • New themes not display correctly

    Moved Technical Support
    12
    0 Votes
    12 Posts
    6k Views
    strangebeerS
    @julian, I've created a repo with my code: https://github.com/sanpatricio/nodebb-theme-capitol